home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / StopWatch / Source / ClientViewMgr.h < prev    next >
Encoding:
Text File  |  1993-07-23  |  196 b   |  15 lines

  1. /*
  2.  * For legal stuff see the file COPYRIGHT
  3.  */
  4. #import "ViewMgr.h"
  5.  
  6. @interface ClientViewMgr : ViewMgr
  7. {
  8.   id     dataForm;
  9.   BOOL    hasSelection;
  10.   BOOL    isEditing;
  11.   BOOL    enteringNewClient;
  12. }
  13.  
  14. @end
  15.